projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232b38b
)
* category.c (copy_category_table): Now static, since it's not used elsewhere.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:39:53 +0000
(23:39 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:39:53 +0000
(23:39 -0800)
src/ChangeLog
patch
|
blob
|
history
src/category.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a073e2690910e746f64c1e2acf0c159b0c29fe21..f0a12a7c5d1dfce7ae05fbc0202793d6be8ce564 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-66,6
+66,7
@@
Remove unused macros.
* category.c (hash_get_category_set): Remove unused local var.
+ (copy_category_table): Now static, since it's not used elsewhere.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
diff --git
a/src/category.c
b/src/category.c
index abe4609d02e656415694408ada14f99e38e10585..cc7ff88474f9395bb9ff5136490f6ec714fc6157 100644
(file)
--- a/
src/category.c
+++ b/
src/category.c
@@
-227,7
+227,7
@@
copy_category_entry (Lisp_Object table, Lisp_Object c, Lisp_Object val)
the original and the copy. This function is called recursively by
binding TABLE to a sub char table. */
-Lisp_Object
+
static
Lisp_Object
copy_category_table (Lisp_Object table)
{
table = copy_char_table (table);